โ– humdrum codex / glint v1.1.2
license AGPL-3.0
772 B raw
id
TASK-038
title
Fix: mouse checkbox toggle off-by-one (click lands one row below)
status
๐Ÿ Done
assignee
created_date
2026-07-06 18:51
updated_date
2026-07-06 18:55
labels
bug
dependencies
priority
high
ordinal
37000

Description

handleMouse vi = Scroll + msg.Y - topPad + 1 has a spurious +1. Every left click maps one visual row too low; checkbox toggle only worked when the box was the last visual row (MoveToVisual clamp rescued it). Drop the +1.

Acceptance Criteria